Merged
Conversation
Collaborator
Transurgeon
commented
Jan 31, 2026
- Add .github/workflows/release.yml for automated GitHub releases on tag push
- Add RELEASE.md documenting release and submodule update procedures
- Bump version to 0.1.0
- Add .github/workflows/release.yml for automated GitHub releases on tag push - Add RELEASE.md documenting release and submodule update procedures - Bump version to 0.1.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Transurgeon
commented
Jan 31, 2026
| set(DIFF_ENGINE_VERSION_MINOR 0) | ||
| set(DIFF_ENGINE_VERSION_PATCH 1) | ||
| set(DIFF_ENGINE_VERSION_MINOR 1) | ||
| set(DIFF_ENGINE_VERSION_PATCH 0) |
Collaborator
Author
There was a problem hiding this comment.
@dance858 are you okay with starting at 0.1.0? The last number usually is for patch fixes, and minor for new features.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Transurgeon
commented
Jan 31, 2026
Comment on lines
+28
to
+39
| release: | ||
| needs: test | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: write | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Create Release | ||
| uses: softprops/action-gh-release@v2 | ||
| with: | ||
| generate_release_notes: true |
Collaborator
Author
There was a problem hiding this comment.
do you use something similar for the presolver? Maybe its nice to have this automated.. but maybe not necessary (we can always do releases manually).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.